home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00747_Script_13DConditional Checker
< prev
next >
Wrap
Text File
|
1995-05-21
|
566b
|
31 lines
on exitFrame
global CCLUB, g03A, g11A, g05A, TV1
Unloadcast
if g05A = "c" then
set TV1 = "E"
end if
if g11A = "z" then -- never got the Princess
put "" into CClub
exit
else
if g11A = "x" then
set CCLUB = ""
exit
else
if g11A = "c" then
if g03A = "z" then
set CClub = "c"
exit
else
if g03A = "c" or g03A = "x" then
set CCLUB = "S"
exit
end if
end if
end if
end if
end if
end